DomainObjects Class Library

InsertByQuery<InsertIntoClass,SelectFromClass>.HasAnyComputedPrimaryKeyColumns Method 

Determines whether this table mapped object has any computed primary key columns.

public bool HasAnyComputedPrimaryKeyColumns();

Return Value

true if this table mapped object has any computed primary key columns; otherwise, false.

Implements

ITableMappedObject.

See Also

InsertByQuery<InsertIntoClass,SelectFromClass> Class | DomainObjects.Facade.Command Namespace